Opc.Ua.Core
Verify(ArraySegment<Byte>,Byte[],X509Certificate2) Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class > Verify Method : Verify(ArraySegment<Byte>,Byte[],X509Certificate2) Method
Verifies an asymmetric signature at the end of the buffer.
Syntax
'Declaration
 
Protected Overloads Function Verify( _
   ByVal dataToVerify As ArraySegment(Of Byte), _
   ByVal signature() As Byte, _
   ByVal senderCertificate As X509Certificate2 _
) As Boolean
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim dataToVerify As ArraySegment(Of Byte)
Dim signature() As Byte
Dim senderCertificate As X509Certificate2
Dim value As Boolean
 
value = instance.Verify(dataToVerify, signature, senderCertificate)

Parameters

dataToVerify
signature
senderCertificate
Remarks
Start and count specify the block of data including the signature and padding. The current security policy uri and sender certificate specify the size of the signature. This call also verifies that the padding is correct.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members
Overload List